Wed Jul 14 2021 20:45:02 GMT+0200 (Central European Summer Time)
In order to claim authorship on content or data
As a creator
I want to register a claim on the content or data hash plus some descriptive metadata

Given I'm on the home page 1s 861ms

When I click submenu option "Register" in menu "Authorship" 149ms

And I uncheck the "upload" option 145ms

And I fill the register form with title "Te Hoho Rock" and file "Te Hoho Rock.jpg" 130ms

And I wait till finished uploading 1ms

And I click the "Register" button 988ms

Then I see alert with text "Registration submitted" 95ms

And I see modal with title "Manifestation Registered" 43ms

And I see modal with text "Te Hoho Rock" 40ms

After 218ms Screenshot +
                                        
                                        
                                

Given I'm on the home page 948ms

When I click submenu option "Register" in menu "Authorship" 104ms

And I uncheck the "upload" option 116ms

And I fill the register form with title "My Te Hoho Rock" and file "Te Hoho Rock.jpg" 112ms

And I wait till finished uploading 1ms

Then The Register button is disabled 20ms

And I see validation feedback for hash input with text 'Content already registered with title "Te Hoho Rock"' 278ms

After 189ms Screenshot +
                                        
                                        
                                

Given I'm on the home page 914ms

When I click submenu option "Register" in menu "Authorship" 137ms

And I check the "upload" option 70ms

And I fill the register form with title "Smiling Sphinx Rock" and file "Smiling Sphinx Rock.jpg" 113ms

And I wait till finished uploading 1ms

And I click the "Register" button 384ms

Then I see alert with text "Registration submitted" 89ms

And I see modal with title "Manifestation Registered" 45ms

Then I see modal with text "Smiling Sphinx Rock" 40ms

After 217ms Screenshot +
                                        
                                        
                                

Given I'm on the home page 899ms

When I click submenu option "Register" in menu "Authorship" 137ms

And I check the "upload" option 66ms

And I fill the register form with title "My Smiling Sphinx Rock" and file "Smiling Sphinx Rock.jpg" 116ms

And I wait till finished uploading 1ms

Then The Register button is disabled 19ms

And I see validation feedback for hash input with text 'Content already registered with title "Smiling Sphinx Rock"' 282ms

After 166ms Screenshot +
                                        
                                        
                                

In order to check authorship claims on content or data
As a user
I want to search if a piece of content or data is registered using its hash

Given I'm on the home page 953ms

When I click submenu option "Search" in menu "Authorship" 96ms

And I fill the search form with content "QmaY5GUhbc4UTFi5rzgodUhK3ARHmSkw7vGgULniYERyzv" 151ms

And I click the "Search" button 84ms

Then I see 1 results 43ms

And I see result number 1 with 67ms
Title Te Hoho Rock
Creator 0x6273...Ef57

After 178ms Screenshot +
                                        
                                        
                                

Given I go to the home page 44ms

When I click submenu option "Search" in menu "Authorship" 64ms

And I fill the search form with content "QmW2WQi7j6c7UgJTarActp7tDNikE4B2qXtFCfLPdsgaTQ" 80ms

And I click the "Search" button 71ms

Then I see alert with text "Content hash not found, unregistered" 47ms

After 199ms Screenshot +
                                        
                                        
                                

In order to keep track of my ownership claims
As a creator
I want to list all the claims I have made so far

Given I'm on the home page 902ms

And I click submenu option "Register" in menu "Authorship" 134ms

When I click current user account 99ms

Then I see 2 results 324ms

And I see result number 1 with 69ms
Title Te Hoho Rock
Creator 0x6273...Ef57

And I see result number 2 with 68ms
Title Smiling Sphinx Rock
Creator 0x6273...Ef57

After 179ms Screenshot +
                                        
                                        
                                

In order to know about a specific claim
As a user
I want to retrieve the details about the authorship claim using its hash

Given I'm on the home page 894ms

And I click submenu option "Search" in menu "Authorship" 122ms

And I fill the search form with content "QmaY5GUhbc4UTFi5rzgodUhK3ARHmSkw7vGgULniYERyzv" 146ms

And I click the "Search" button 95ms

When I click the "Details" button 85ms

Then I see result number 1 with 114ms
Title Te Hoho Rock
Creator 0x6273...Ef57
Evidence 0

After 189ms Screenshot +
                                        
                                        
                                

When I go to "http://localhost:4200/manifestations/QmaY5GUhbc4UTFi5rzgodUhK3ARHmSkw7vGgULniYERyzv" 1s 987ms

Then I see result number 1 with 113ms
Title Te Hoho Rock
Creator 0x6273...Ef57
Evidence 0

After 202ms Screenshot +
                                        
                                        
                                

When I go to "http://localhost:4200/manifestations/UNEXISTING-CLAIM" 1s 986ms

Then I see alert with text "Manifestation not found: UNEXISTING-CLAIM" 48ms

After 175ms Screenshot +
                                        
                                        
                                

In order to know about a creator
As a reuser
I want to list all creator's claims and other public information from the creator's identity

Given I'm on the home page 955ms

When I click submenu option "Search Creator" in menu "Reuse" 97ms

And I fill the search form with content "0x627306090abaB3A6e1400e9345bC60c78a8BEf57" 159ms

And I click the "Search" button 95ms

Then I see 2 results 252ms

And I see result number 1 with 70ms
Title Te Hoho Rock
Creator 0x6273...Ef57

And I see result number 2 with 68ms
Title Smiling Sphinx Rock
Creator 0x6273...Ef57

After 177ms Screenshot +
                                        
                                        
                                

Given I'm on the home page 934ms

When I click submenu option "Search Creator" in menu "Reuse" 94ms

And I fill the search form with content "0x0123456789ABCDEF0123456789ABCDEF01234567" 149ms

And I click the "Search" button 93ms

Then I see 0 results 211ms

After 169ms Screenshot +